home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 25
/
Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso
/
Aminet
/
comm
/
net
/
LT_UNIX255.lha
/
Shell
/
pgt.sh
< prev
next >
Wrap
Text File
|
1997-04-16
|
363b
|
25 lines
# Lista um arquivo em modo LACED
# By: Cristian Robert Gallas, LITHIUN SOFTWARE
p=""
attribl p
if p==""
echo "Erro de sintaxe:"
echo "pgt [DEVICE][ARQ]"
ex p
reset attribl
exit
fi
if exist ${p}
laced
pg ${p}
hires
ex p
reset attribl
exit
else
echo "${p}: not found..."
ex p;reset attribl
exit
fi